home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / financal / billdr3.zip / MANUAL.BAT < prev    next >
DOS Batch File  |  1994-04-20  |  1KB  |  34 lines

  1. &echo on
  2. rem ***The Bill Drawer Manual Installation Procedure***
  3. rem
  4. rem Assuming %1 is the location of distribution files (unzipped)
  5. rem Assuming %1 does not have an ending back slash
  6. rem Assuming %2 is the directory to install to
  7. rem Assuming %2 does not have an ending back slash
  8. rem Assuming %2\DATA directory has been created
  9. rem Assuming %2\BACKUP directory has been created
  10. pause OK to continue?
  11. copy %1\mapiobt.dll  %2
  12. copy %1\maputil.dll  %2
  13. copy %1\wbtrcall.dll %2
  14. copy %1\mapmain.exe  %2
  15. copy %1\fpgrid10.vbx %2
  16. copy %1\maphelp.hlp  %2
  17. copy %1\map0300.ini  %2
  18. copy %1\readme.txt   %2
  19. copy %1\register.txt %2
  20. rem
  21. rem Copying demonstration files
  22. copy %1\bnk0300.dat  %2\DATA
  23. copy %1\cat0300.dat  %2\DATA
  24. copy %1\frm0300.dat  %2\DATA
  25. copy %1\hst0300.dat  %2\DATA
  26. copy %1\inv0300.dat  %2\DATA
  27. copy %1\rpt0300.dat  %2\DATA
  28. copy %1\sec0300.dat  %2\DATA
  29. copy %1\ven0300.dat  %2\DATA
  30. rem
  31. rem Distribution files have been copied
  32. rem Please continue with remaining installation steps
  33. pause OK to continue?
  34.